hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
JSONValue._length
hip
data
json
JSONValue
Used only for the string.
uint
_length
;
struct
JSONValue
static if
(
size_t.sizeof == uint.sizeof
)
uint
_length
;
ulong
_length
;
Meta
Source
See Implementation
hip
data
json
JSONValue
constructors
this
functions
array
boolean
dispose
error
floating
get
getTypeName
hasErrorOccurred
integer
isNull
jsonArray
keys
object
opApply
opBinaryRight
opIndex
opIndexAssign
str
toString
type
values
static functions
emptyArray
emptyObject
variables
_length
data
Used only for the string.